home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
tos
/
othergnu
/
gdbm15.zoo
/
fsync.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-09-24
|
191 b
|
9 lines
/* MiNT does not have this. it is not posix either. i don't know if ret type
should be int or void. at any rate, here is a do-nothing fsync. */
int
fsync (int fd)
{
return(0);
}